/************************ index 网站 ************************/


/* body */

body {
    font-family: Microsoft YaHei;
}


/* header */

header {
    width: 100%;
    height: 104px;
    background-color: #fff;
}

.header-banxin {
    width: 1689px;
    margin: 0 auto;
    height: 100%;
}

.header-left {
    float: left;
    height: 100%;
}

.header-left img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.header-zhong {
    margin: 0 auto;
    float: left;
    width: 1200px;
    height: 100%;
    text-align: center;
}

.header-right {
    float: left;
    height: 100%;
}

.header-z-ul {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    height: 100%;
}

.header-z-ul li {
    margin-right: 30px;
    float: left;
    width: 110px;
    height: 100%;
    font-size: 18px;
    line-height: 104px;
}

.header-z-ul li a {
    display: block;
    height: 100%;
    color: rgba(0, 0, 0, .7);
}

.header-z-ul li:last-child {
    margin-right: 0;
}

.header-right img {
    float: left;
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.header-right p {
    float: left;
    margin-left: 20px;
    line-height: 104px;
    font-size: 22px;
    color: #00a9ff;
}

.header-z-ul li:hover {
    background: #00a9ff;
}

.header-z-ul li:hover a {
    color: #fff;
}


/* 移动端 */

.TOP {
    float: right;
    width: 20%;
    text-align: center;
    height: 100%;
}

.TOP-tb {
    height: 100%;
}

.TOP-tb img {
    z-index: 101;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

nav {
    z-index: 100;
    padding-top: 104px;
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    max-width: 300px;
    background: #000;
    color: #fff;
    text-align: left;
    transition: ease-in-out 0.3s;
}

.nav-ul {}

.nav-ul li {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.nav-ul li a {
    display: block;
    height: 100%;
    color: #fff;
}

.nav-ul li:nth-child(even) {
    background: rgba(255, 255, 255, 0.1);
}

.TOP-tb div {
    z-index: 101;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 25px;
    background: url(../images/hbb.png);
}


/* xian */

.xian {
    right: 0;
}

.guanbi {
    background: url(../images/guanbi.png) !important;
}


/* banner */

.banner {
    position: relative;
    margin-top: 166px;
}
.less{
     margin-top: 167px;
}
.banner-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner-swi {}

.banner>img {
    display: block;
    width: 100%;
}

.banner-left {
    padding-left: 20px;
    box-sizing: border-box;
}

.banner-left p {
    margin: 156px 0 40px;
    font-size: 36px;
    color: #fff;
}

.banner-left div {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

.banner-left a {
    display: block;
    margin-top: 50px;
    width: 160px;
    height: 40px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

.banner-right img {
    float: right;
    margin-top: 30px;
}

.swiper-pagination span {
    margin: 0 10px !important;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.swiper-pagination {
    bottom: 30px !important;
}


/* 豪迈服务 */

.in-service {
    overflow: hidden;
    text-align: center;
}

.in-s-ul {
    margin: 65px auto 100px;
}

.in-s-ul li {
    position: relative;
    float: left;
    width: 20%;
}

.in-s-ul li img {
    top: 0;
    transition: top 0.3s;
    -moz-transition: top 0.3s;
    /* Firefox 4 */
    -webkit-transition: top 0.3s;
    /* Safari 和 Chrome */
    -o-transition: top 0.3s;
    /* Opera */
}

.in-s-ul-img1 {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.in-s-ul li p {
    margin-top: 19px;
    font-size: 14px;
}

.in-s-ul li:hover p {
    color: #014B9E;
}

.in-s-ul li:hover .in-s-ul-img {
    opacity: 0;
}

.in-s-ul li:hover .in-s-ul-img1 {
    opacity: 1;
}

.in-s-ul li:hover img {
    top: -20px;
}


/* 服务案例 */

.in-cases {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #00a9ff;
}

.in-c-con {
    margin: 35px auto 0;
    width: 94%;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.in-c-c-ul {
    margin: 20px auto 0;
    width: 100%;
    height: 32px;
}

.in-c-c-ul li {
    float: left;
    width: 20%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.in-c-c-ul li div {
    display: none;
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background: #FFB540;
    box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.1);
    border-radius: 1px;
}

.in-c-c-ul li:hover p {
    font-weight: bold;
    color: #FFB540;
}

.in-c-c-ul li:hover div {
    display: block;
}

.in-c-c-ul1 {
    margin: 24px auto 30px;
    width: 100%;
}

.in-c-c-ul1 li>div {
    margin: 0 auto;
    width: 85%;
    overflow: hidden;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    /* Firefox 4 */
    -webkit-transition: ease-in-out 0.3s;
    /* Safari 和 Chrome */
    -o-transition: ease-in-out 0.3s;
    /* Opera */
}

.in-c-c-ul1 li img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.in-c-c-ul1-xia1 {
    display: none;
}

.in-c-c-bot {
    padding-left: 2%;
    box-sizing: border-box;
    text-align: left;
}

.in-c-c-bot p {
    font-size: 20px;
    color: #fff;
    text-align: justify;
    line-height: 32px;
}

.in-c-c-bot span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    text-align: justify;
    line-height: 28px;
}

.in-c-c-ul3 {
    margin: 38px 0 57px;
}

.in-c-c-ul3 li {
    padding: 0 7%;
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.in-c-c-ul3 li a {
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #FFB540;
    box-sizing: border-box;
    color: #FFB540;
    font-size: 18px;
    line-height: 38px;
}

.in-c-c-ul3-a {
    float: right;
}

.in-c-c-ul3-a1 {
    float: left;
}

.in-c-c-ul3 li a:hover {
    background-color: #FFB540;
    color: #fff;
}

.in-c-c-wc {
    display: none;
}


/* .in-c-c-ul1 li>div:hover{box-shadow: rgba(255,255,255, 0.3) 0px 4px 16px, rgba(255,255,255, 0.3) 0px 8px 24px, rgba(255,255,255, 0.3) 0px 16px 56px;} */


/* 关于豪迈 */

.in-about {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.in-ab-con {
    margin: 100px auto 0;
}

.in-ab-left {
    text-align: center;
}

.in-ab-l-shang {
    width: 86%;
}

.in-ab-l-xia {
    margin-top: 30px;
    width: 86%;
}

.in-ab-right p {
    font-size: 38px;
    color: #333;
}

.in-ab-right span {
    margin-top: 20px;
    display: block;
    width: 90%;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.in-ab-right a {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #014B9E;
}

.in-ab-ul {
    margin: 56px auto 130px;
    overflow: hidden;
    zoom: 1;
}

.in-ab-ul li {
    overflow: hidden;
    position: relative;
    padding-left: 10%;
    box-sizing: border-box;
}

.in-ab-ul-p {
    position: relative;
    font-size: 100px;
    color: #666;
    line-height: 100px;
    font-family: Microsoft YaHei;
}

.in-ab-ul-p::after {
    content: '+';
    position: absolute;
    top: 20px;
    font-size: 50px;
}

.in-ab-ul li span {
    padding-left: 2%;
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.in-ab-ul li i {
    padding-left: 2%;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.in-ab-ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 1px;
    height: 90px;
    background: #CCCCCC;
    border-radius: 1px;
}

.in-ab-ul li:nth-child(3):after {
    content: "";
    width: 0;
}


/* 新闻 */

.in-news {
    overflow: hidden;
    text-align: center;
}

.in-ne-ul {
    margin: 35px auto 0;
    width: 26%;
}

.in-ne-ul li {
    font-size: 14px;
}

.in-ne-ul-left {
    float: left;
}

.in-ne-ul-right {
    float: right;
}

.in-ne-ul-xia {
    margin: 10px auto 0;
    width: 40%;
    height: 2px;
    background: #00a9ff;
}

.in-ne-con {
    margin: 17px auto 0;
}

.in-ne-c-left {
    float: left;
    width: 32%;
}

.in-ne-c-left>img {
    max-width: 100%;
}

.in-ne-c-l-xia {
    margin: 15px auto 0;
    width: 85%;
}

.in-ne-c-l-xia-span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    text-align: justify;
}

.in-ne-c-l-x-left {
    overflow: hidden;
    width: 74px;
    height: 78px;
    background: #00a9ff;
}

.in-ne-c-l-x-left p {
    margin-top: 12px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
}

.in-ne-c-l-x-left i {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #fff;
}

.in-ne-c-l-x-right {
    padding-left: 10px;
    box-sizing: border-box;
    text-align: left;
}

.in-ne-c-l-x-right p {
    font-size: 18px;
    line-height: 32px;
}

.in-ne-c-l-x-right span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
}

.in-ne-c-rigth {
    float: left;
    width: 100%;
}

.in-ne-wc {
    display: none;
}

.in-ne-c-r-ul li {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.in-ne-c-r-ul-wc {
    position: relative;
    padding: 14px 20px;
    margin: 0 auto;
    width: 92%;
    height: 73px;
    border-radius: 2px;
}

.in-ne-c-r-ul-wc-left {
    position: absolute;
    top: 20%;
    overflow: hidden;
    width: 15%;
    height: 50px;
    background: #888;
    background-color: rgb(136, 136, 136);
    line-height: 11px;
}

.in-ne-c-r-ul-wc-left p {
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.in-ne-c-r-ul-wc-left i {
    font-size: 10px;
    color: #fff;
}

.in-ne-c-r-ul-wc-right {
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
    margin-left: 15%;
    margin-top: -32px;
}

.in-ne-c-r-ul-wc-right p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
}

.in-ne-c-r-ul-wc-right span {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    color: #888;
    line-height: 24px;
}

.in-ne-c-r-ul-wc1 {
    padding: 14px 0;
}

.in-ne-c-r-ul li:hover .in-ne-c-r-ul-wc {
    border: 1px solid #00a9ff;
}

.in-ne-c-r-ul li:hover .in-ne-c-r-ul-wc-left {
    background-color: #00a9ff;
}

.in-ne-c-r-ul li:hover .in-ne-c-r-ul-wc-right p {
    color: #00a9ff;
}


/* 合作 */

.in-cooperation {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #F7F7F7;
}

.in-co-con {
    margin: 60px auto 65px;
}

.in-co-c-ul {
    position: relative;
}

#left1 {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translate(0, -50%);
}

#right1 {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translate(0, -50%);
}

.in-co-c-ul li {
    float: left;
    width: 100%;
}

.in-co-c-ul li div {
    margin: 0 auto;
    width: 92%;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}

.in-co-c-ul li div img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}


/* footer */

footer {
    overflow: hidden;
}

.footer-shang {
    width: 100%;
    height: 244px;
    background: #2E3033;
    background: url(../images/footer.jpg);
}

.footer-s-left {
    height: 244px;
    text-align: left;
}

.footer-s-left img {
    margin-top: 80px;
}

.footer-s-left p {
    margin-top: 10px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.footer-s-cen {
    height: 244px;
}

.footer-s-ce-ul {
    margin-top: 30px;
    overflow: hidden;
    zoom: 1;
}

.footer-s-ce-ul li {
    position: relative;
    float: left;
    width: 13%;
}

.footer-s-ce-ul li a {
    font-size: 14px;
    color: #fff;
}

.footer-s-ce-ul li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 2px;
    height: 16px;
    background-color: #fff;
}

.footer-s-ce-ul li:last-child::after {
    content: '';
    width: 0;
}

.footer-s-ce-ul1 {
    margin-top: 48px;
}

.footer-s-ce-ul1 li {
    margin: 0 auto;
    width: 96%;
    height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 30px;
}

.footer-s-ce-ul1 img {
    margin-right: 11px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-s-right {
    height: 244px;
    text-align: left;
}

.footer-s-r-con {
    overflow: hidden;
    zoom: 1;
    margin-top: 42px;
}

.footer-s-r-con img {
    float: left;
}

.footer-s-r-c-right {
    padding-left: 12px;
    float: left;
}

.footer-s-r-c-right p {
    font-size: 16px;
    color: #fff;
}

.footer-s-r-c-right i {
    margin-top: 40px;
    display: block;
    width: 80%;
    font-size: 20px;
    color: #fff;
}

.footer-s-r-c-xia {
    margin-top: 18px;
    width: 240px;
    height: 36px;
    background: #014B9E;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.footer-xia {
    width: 100%;
    height: 30px;
    color: #fff;
    background-color: #000;
    line-height: 30px;
    font-size: 12px;
}

.footer-xia i {
    margin: 0 10px;
}


/*********************** about 关于我们 ***********************/

.about-ul {
    margin: 60px auto 145px;
    height: 567px;
}

.about-ul li {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.about-ul-img1 {
    z-index: 9;
    position: relative;
    display: block;
}

.about-ul-img {
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-ul-bg {
    z-index: 1;
    position: absolute;
    bottom: -50px;
    left: -73px;
    width: 100%;
    height: 100%;
    background-color: #1C5EA8;
}

.about-rigth {
    padding: 35px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 0px rgba(191, 205, 215, 0.23);
}

.about-rigth p {
    margin-top: 2vh;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 30px;
}


/* 发展历程 */

.a-history {
    overflow: hidden;
    width: 100%;
    height: 713px;
    background: url(../images/about-bg.jpg);
    text-align: center;
}

.a-h-con {
    position: relative;
    height: 432px;
}

.a-h-con ul {
    margin: 0 auto;
    width: 84%;
    height: 100%;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.a-h-con ul li {
    margin-right: 92px;
    width: auto !important;
    height: 160px;
    float: left;
}

.a-h-con ul li:nth-child(even) {
    margin-bottom: 272px;
}

.a-h-con ul li:nth-child(odd) {
    margin-top: 272px;
}

.a-h-con::after {
    content: '';
    position: absolute;
    top: 216px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}

.a-h-top {
    position: relative;
    text-align: left;
}

.a-h-bot {
    position: relative;
    text-align: left;
}

.a-h-top img,
.a-h-bot img {
    position: relative;
    display: block;
    width: 100%;
}

.a-h-top::after {
    content: '';
    z-index: 20;
    position: absolute;
    bottom: -66px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 20px;
    height: 20px;
    background-color: #2f76fa;
    border-radius: 50%;
}

.a-h-bot::after {
    content: '';
    z-index: 20;
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 20px;
    height: 20px;
    background-color: #2f76fa;
    border-radius: 50%;
}

.a-h-top-left::after {
    content: '';
    z-index: 21;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -4px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.a-h-bot-left::after {
    content: '';
    z-index: 21;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -4px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.a-h-top::before {
    content: '';
    z-index: 19;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -56px;
    width: 1px;
    height: 56px;
    background-color: #2f76fa;
}

.a-h-bot::before {
    content: '';
    z-index: 19;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -56px;
    width: 1px;
    height: 56px;
    background-color: #2f76fa;
}

.a-h-top-left {
    float: left;
}

.a-h-bot-left {
    float: left;
}

.a-h-top-rigth {
    padding-left: 0px;
    float: left;
}

.a-h-top-rigth p {
    padding-left: 18px;
    position: absolute;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #FFB540;
}

.a-h-top-rigth span {
    padding-left: 18px;
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
}

.slideBox1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin: 43px 0 60px;
}

.tempWrap {
    margin: 0 auto;
    width: 84%;
    overflow: visible !important;
}


/*********************** service 服务中心 ***********************/

.service {
    margin-top: 94px;
    overflow: hidden;
    text-align: center;
}

.service-title {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.service-t-ul {
    overflow: hidden;
    zoom: 1;
    height: 60px;
}

.service-t-ul li {
    position: relative;
    float: left;
    width: 12.5%;
    height: 100%;
}

.service-t-ul li a {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.service-t-ul .bg {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 75%;
    height: 31px;
    font-size: 16px;
    color: #fff;
    line-height: 31px;
    background-color: #1C5EA8;
}

.service-t-ul .bg::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    width: 13px;
    height: 7px;
    background: url(../images/service-tb1.png) no-repeat;
}

.service-t-ul .xia {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 60%;
    height: 3px;
    background-color: #1C5EA8;
    border-radius: 1px;
}

.service-mian {
    margin-top: 70px;
    display: none;
}

.service-mian .con {
    margin: 0 auto;
    width: 94%;
    text-align: justify;
    font-size: 16px;
    color: #666;
    line-height: 34px;
}

.service-mian .adv {
    margin: 90px 0 85px;
}

.service-mian .adv-title {
    text-align: center;
}

.adv-title ul {
    margin: 0 auto;
    width: 40%;
    height: 31px;
}

.adv-title ul li {
    float: left;
    width: 33.33333%;
    height: 100%;
}

.adv-title ul li img {
    padding-right: 10px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.adv-title ul li span {
    font-size: 24px;
    color: #2F7FE0;
    line-height: 31px;
}

.service-mian .adv-con {
    margin-top: 35px;
    overflow: hidden;
    zoom: 1;
}

.service-mian .adv-con ul li {
    float: left;
    width: 16.6666666%;
}

.service-mian .adv-con .kuang {
    margin: 0 auto;
    width: 80%;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(102, 102, 102, .8);
    line-height: 34px;
}


/*********************** customer 服务中心 ***********************/

.customer-ul {}

.customer-ul li {
    float: left;
    width: 33.3333333%;
    margin-bottom: 53px;
}

.customer-ul .con {
    position: relative;
    width: 89%;
    height: auto;
    background: #F7FBFF;
    border: 1px solid #EEEEEE;
    text-align: center;
    box-sizing: border-box;
}

.customer-ul .con img {
    display: block;
    margin: 13% auto 0;
    width: 55%;
}

.customer-ul .con .text {
    margin: 11.6% auto 13%;
    width: 90%;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.customer-ul .con .xian {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1C5EA8;
    overflow: auto;
}

.customer-ul .con .xian .wc p {
    box-sizing: border-box;
    height: auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    width: 80%;
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.customer-ul .con .xian .wc {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    padding: 5% 0;
}

.customer-ul .con .xian::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
}

.customer-ul .con .xian::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(204, 204, 204, .5);
}


/* 放大 */

.customer {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.customer img {
    width: 100%;
}

.customer .zoom {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.customer .zoom1 {
    z-index: -1;
    position: relative;
}

.in-c-c-ul1-xia {
    z-index: 10;
    margin: 0 auto;
    width: 100%;
    height: 36px;
    background: #00a9ff;
    border: 1px solid rgba(0, 230, 230, .3);
    box-sizing: border-box;
    color: #fff;
    line-height: 34px;
}

.customer .zoom:hover {
    width: 120%;
}


/* 案例服务详情 customerdetail */

.cus-text {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.cus-text p {
    font-size: 38px;
    color: #333;
    font-weight: bold;
}

.cus-text span {
    margin-top: 30px;
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    text-align: justify !important;
}

.cus-text img {
    display: block;
    margin: 60px auto 0;
    width: 69%;
}


/* 企业资质 zizhi */

.zizhi {
    overflow: hidden;
}

.zizhi-ul {
    margin: 106px 0 30px;
    overflow: hidden;
    zoom: 1;
}

.zizhi-ul li {
    overflow: hidden;
    zoom: 1;
}

.zizhi-ul li .con {
    margin: 0 auto;
    width: 78%;
}

.zizhi-ul li .con img {
    z-index: -1;
    position: relative;
    display: block;
    width: 100%;
}

.zizhi-ul li .con p {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.zizhi-ul li .con span {
    display: block;
    margin-top: 40px;
    font-size: 16px;
    color: #999;
    text-align: justify;
}

.zizhi-ul li .con .bg {
    background: url(../images/zizhi-1.jpg) no-repeat center center;
    background-size: 100%;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    /* Firefox 4 */
    -webkit-transition: ease-in-out 0.3s;
    /* Safari 和 Chrome */
    -o-transition: ease-in-out 0.3s;
    /* Opera */
}

.zizhi-ul li .con .bg:hover {
    background-size: 120%;
}

.zizhi-ul li .con .bg1 {
    background: url(../images/zizhi-1.jpg) no-repeat center center;
    background-size: 100%;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    /* Firefox 4 */
    -webkit-transition: ease-in-out 0.3s;
    /* Safari 和 Chrome */
    -o-transition: ease-in-out 0.3s;
    /* Opera */
}

.zizhi-ul li .con .bg1:hover {
    background-size: 120%;
}

.zizhi-ul li .con .bg2 {
    background: url(../images/zizhi-1.jpg) no-repeat center center;
    background-size: 100%;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    /* Firefox 4 */
    -webkit-transition: ease-in-out 0.3s;
    /* Safari 和 Chrome */
    -o-transition: ease-in-out 0.3s;
    /* Opera */
}

.zizhi-ul li .con .bg2:hover {
    background-size: 120%;
}

.zizhi-ul li .con .bg3 {
    background: url(../images/zizhi-2.jpg) no-repeat center center;
    background-size: 100%;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    /* Firefox 4 */
    -webkit-transition: ease-in-out 0.3s;
    /* Safari 和 Chrome */
    -o-transition: ease-in-out 0.3s;
    /* Opera */
}

.zizhi-ul li .con .bg3:hover {
    background-size: 120%;
}

.zizhi-ul li .con .bg4 {
    background: url(../images/zizhi-2.jpg) no-repeat center center;
    background-size: 100%;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    /* Firefox 4 */
    -webkit-transition: ease-in-out 0.3s;
    /* Safari 和 Chrome */
    -o-transition: ease-in-out 0.3s;
    /* Opera */
}

.zizhi-ul li .con .bg4:hover {
    background-size: 120%;
}

.zizhi-ul li .con .bg5 {
    background: url(../images/zizhi-2.jpg) no-repeat center center;
    background-size: 100%;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    /* Firefox 4 */
    -webkit-transition: ease-in-out 0.3s;
    /* Safari 和 Chrome */
    -o-transition: ease-in-out 0.3s;
    /* Opera */
}

.zizhi-ul li .con .bg5:hover {
    background-size: 120%;
}


/* 新闻动态 news */

.news {
    overflow: hidden;
    width: 100%;
}

.news-ul {
    margin: 0 auto;
    width: 94%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.news-ul li>a {
    display: block;
}

.news-ul li {
    margin-bottom: 57px;
    width: 100%;
}

.news-ul li .con {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.news-ul li .con dl {
    overflow: hidden;
    zoom: 1;
}

.news-ul li .con dl dd img {
    display: block;
    width: 100%;
}

.news-ul li .con dl dd p {
    width: 91%;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 24px;
}

.news-ul li .con dl dd span {
    display: block;
    margin-top: 3.1%;
    width: 91%;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-ul li .con dl dd i {
    display: block;
    margin-top: 5%;
    font-size: 16px;
    color: #CACACA;
}

.news-ul li .con dl dd>a {
    margin-top: 1%;
    display: block;
    width: 112px;
    height: 30px;
    background: #FFB540;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.news-ul li:last-child {
    margin-bottom: 49px;
}

.news-ul1 {
    margin: 36px auto 120px;
}

.news-ul1 li {
    margin: 0 auto 25px;
    width: 94%;
    overflow: hidden;
    zoom: 1;
}

.news-ul1 li span {
    display: block;
    width: 70%;
    float: left;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-ul1 li i {
    float: right;
    font-size: 16px;
    color: #B6B6B6;
}

.news-ul1 li:hover span {
    color: #1C5EA8;
}

.news-ul1 li:hover i {
    color: #1C5EA8;
}

fany .fany {
    width: 100%;
}

.fany ul {
    margin-bottom: 120px;
    display: inline-block;
    overflow: hidden;
    zoom: 1;
}

.fany ul .shou {
    float: left;
    display: inline-block;
    margin-right: 15px;
    padding: 0 14px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    line-height: 23px;
    text-align: center;
}

.fany ul li {
    margin: 0 3px;
    float: left;
    width: 24px;
    height: 25px;
    background-color: #1C5EA8;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.fany ul i {
    padding: 0 10px;
    float: left;
}

.fany ul .mo {
    float: left;
    padding: 0 12px;
    height: 25px;
    background: #D6D9DE;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}


/* 新闻详情 news */

.n-detail {
    overflow: hidden;
}

.n-detail .title {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 94%;
    text-align: left;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.n-detail .title p {
    font-size: 26px;
    color: #333;
    text-align: justify;
}

.n-detail .title1 {
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;
    height: 30px;
}

.n-detail .title1 span {
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 30px;
}

.n-detail .title1 ul {
    display: inline-block;
    float: right;
}

.n-detail .title1 ul i {
    padding-right: 15px;
    line-height: 30px;
    float: left;
    font-size: 12px;
    color: #333;
}

.n-detail .title1 ul li {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #FFB540;
    border-radius: 50%;
    text-align: center;
}

.n-detail .title1 ul li img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.n-detail-text {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.n-detail-text .text {
    margin: 0 auto;
    width: 73.333333333%;
}

.n-detail-text .text p {
    margin: 25px auto;
    font-size: 14px;
    color: #666;
    text-indent: 15px;
    font-weight: bold;
    text-align: justify;
    line-height: 24px;
}

.n-detail-text .text img {
    max-width: 100%;
}

.n-detail-text ul {
    margin: 100px auto 80px;
    overflow: hidden;
    zoom: 1;
}

.n-detail-text ul li {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.n-detail-text ul li:last-child {
    text-align: right;
}

.n-detail-text ul li a {
    font-size: 12px;
    display: block;
    float: left;
    width: 80%;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.n-detail-text ul li:first-child a {
    color: #1C5EA8;
}

.n-detail-text ul li:last-child a {
    float: right;
    color: #FFB540;
}

.news .title {
    margin: 26px auto 60px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.news .title span {
    padding-right: 12px;
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
    left: 0;
    background-color: #fff;
    line-height: 23px;
    font-size: 14px;
    color: #999;
}


/* contact 联系我们 */

.contact {
    overflow: hidden;
}

.contact-map {
    margin: 100px auto;
    width: 93.333333333%;
}

.contact-map .button {
    display: none;
    margin: 50px auto;
    width: 179px;
    height: 61px;
    background: #FFB540;
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
    line-height: 61px;
    text-align: center;
}

.contact-ul {
    overflow: hidden;
    zoom: 1;
}

.contact-ul .left {
    float: left;
    width: 26%;
}

.contact-ul .left>img {
    width: 100%;
}

.contact-ul .left dl {
    margin: 0 auto;
}

.contact-ul .left dl dd {
    overflow: hidden;
    zoom: 1;
    position: relative;
    margin: 20px 0;
    height: auto;
}

.contact-ul .left dl dd img {
    float: left;
}

.contact-ul .left dl dd i {
    float: left;
    padding-left: 13px;
    font-size: 12px;
    color: #6F737F;
}

.contact-ul .right {
    float: left;
    width: 74%;
}

.contact-ul .right>div>p {
    margin-bottom: 10px;
    font-size: 50px;
    color: #1C5EA8;
    text-align: center;
}

.contact-ul .right ul {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 15px;
}

.contact-ul .right ul li div>p {
    font-size: 12px;
    color: #C9C9C9;
}

.contact-ul .right ul li .left1 input {
    margin-top: 10px;
    width: 96.5%;
    height: 45px;
    border: 1px solid #C9C9C9;
}

.contact-ul .right ul li .right1 {
    float: right;
    width: 96.5%;
}

.contact-ul .right ul li .right1 input {
    float: right;
    margin-top: 10px;
    width: 100%;
    height: 45px;
    border: 1px solid #C9C9C9;
}

.contact-ul .right form>p {
    font-size: 12px;
    color: #C9C9C9;
}

.contact-ul .right form textarea {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 160px;
    border: 1px solid #C9C9C9;
}

.contact-ul .right form .tijiao {
    margin: 15px 0 77px;
    width: 100%;
    height: 45px;
    border: 0;
    background-color: #1C5EA8;
    font-size: 14px;
    color: #fff;
}

.contact-ul .right>div {
    float: right;
    width: 93.3%;
}

.spa1,
.spa2,
.spa3 {
    color: #ccc;
}


/* 公共部分 */

.banxin {
    margin: 0 auto;
    width: 1200px;
}

.header-bgc {
    background: #014B9E;
}

.header-col {
    color: #fff !important;
}

.in-s-title {
    margin-top: 90px;
    font-size: 50px;
    font-family: Impact;
    font-weight: 400;
    color: #fff;
}

.in-s-t-sapn1 {
    color: #D6D6D6;
}

.in-s-t-sapn2 {
    color: #1a1a1a;
}

.in-s-title1 {
    font-size: 32px;
    margin: 0 auto;
}

.in-s-t1-xia {
    margin: 10px auto 0;
    width: 40px;
    height: 4px;
    background: #00a9ff;
}

.in-s-title2 {
    margin-top: 28px;
    font-size: 14px;
    color: #999;
}

.in-c-col {
    color: #fff;
}

.in-c-col1 {
    color: #CBD2D9;
}

.in-c-bgc {
    background-color: #fff;
}

.dis {
    display: block !important;
}

.in-c-col2 {
    color: #FFB540;
    font-weight: bold;
}

.mar {
    margin-top: 50px;
}

.in-ne-col {
    color: #064290;
}

.cus-fl {
    float: left;
}

.cus-fl1 {
    float: right;
}


/* 首页媒体查询 */


/*  about 关于我们 */

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1689px) {
    /* index */
    .header-banxin {
        width: 98%;
    }
    .header-left {
        width: 15%;
    }
    .header-right {
        width: 15%;
    }
    .header-zhong {
        width: 70%;
    }
    .header-left img {
        width: 100%;
    }
    .header-z-ul li {
        margin-right: 15px;
    }
    /* index 结束 */
    /* about */
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1365px) {
    #left1 {
        z-index: 10;
        left: 5%;
    }
    #right1 {
        z-index: 10;
        right: 5%;
    }
}

@media screen and (max-width: 1200px) {
    /* index */
    .banxin {
        width: 92%;
    }
    .banner-right img {
        width: 90%;
    }
    .in-ne-c-left>img {
        width: 100%;
    }
    .in-ne-c-l-xia {
        width: 94%;
    }
    .in-ne-c-l-x-left {
        width: 100%;
    }
    .in-ne-c-l-x-right p {
        font-size: 16px;
    }
    .in-ne-c-r-ul-wc {
        padding: 10px;
    }
    /* index 结束 */
    /* about */
    .about-ul li {
        width: 100%;
    }
    /*  */
    .about-ul {
        margin: 50px auto;
        width: 100%;
        height: auto;
    }
    .about-ul-bg {
        display: none;
    }
    .about-ul li:first-child {
        float: left;
    }
    .about-ul-img1 {
        width: 100%;
    }
    /* customer */
    .customer-ul .con .xian p {
        font-size: 20px;
        line-height: 36px;
    }
    /* contact */
}

@media screen and (max-width: 1169px) {
    /* index */
    header {
        z-index: 100;
        position: fixed;
        top: 0;
        height: 80px;
    }
    /* .banner {
        margin-top: 104px;
    } */
    .header-left {
        width: auto;
    }
    /* index 结束 */
}

@media screen and (max-width: 768px) {
    .in-ne-c-r-ul-wc1 {
        padding: 8px 0;
        width: 20%;
    }
    .banner {
        margin-top: 80px;
    }
    nav {
        padding-top: 80px;
    }
    /* index */
    .banner-img {
        height: 350px;
    }
    .banner-left p {
        margin: 70px auto 30px;
        font-size: 26px;
    }
    .banner-left div {
        font-size: 18px;
    }
    .banner-left a {
        width: 140px;
        height: 35px;
        font-size: 16px;
        line-height: 33px;
    }
    .banner-right img {
        width: 100%;
    }
    .in-s-title {
        margin-top: 35px;
        font-size: 30px;
    }
    .in-s-title1 {
        font-size: 26px;
    }
    .in-s-t1-xia {
        width: 29px;
    }
    .in-s-title2 {
        margin-top: 10px;
        font-size: 18px;
    }
    .in-s-ul {
        margin: 30px auto 30px;
    }
    .in-s-ul-img1,
    .in-s-ul-img {
        width: 91px;
        height: 91px;
    }
    .in-s-ul li p {
        margin-top: 10px;
    }
    .in-ab-con {
        margin-top: 26px;
    }
    .in-ab-ul li i {
        margin-bottom: 13px;
    }
    .in-ne-c-r-ul-wc-left {
        width: 17%;
        height: 98px;
        margin-left: 0%;
    }
    .in-ab-l-shang img {
        width: 40%;
    }
    .in-ab-l-xia img {
        width: 100%;
    }
    .in-ab-l-shang,
    .in-ab-l-xia {
        width: 20%;
        margin-top: 10px;
    }
    .in-ab-right p {
        margin-top: 10px;
        font-size: 24px;
    }
    .in-ab-right span {
        margin-top: 10px;
        width: 100%;
    }
    .in-ab-right a {
        margin-top: 10px;
        text-align: right;
    }
    .in-ab-ul {
        margin: 20px auto 30px;
    }
    .in-ab-ul li {
        border-bottom: 1px solid #CCCCCC;
    }
    .in-ab-ul li:last-child {
        border: 0;
    }
    .in-ab-ul li::after {
        width: 0;
    }
    .in-ab-ul li:hover {
        border-bottom: 1px dashed #000;
    }
    .in-ab-ul li:last-child:hover {
        border: 0;
    }
    .in-ne-ul li {
        font-size: 24px;
    }
    .in-ne-ul {
        width: 60%;
    }
    .in-ne-ul-xia {
        width: 90%;
    }
    .in-ne-c-left {
        width: 100%;
    }
    .in-ne-con {
        margin-top: 20px;
    }
    .in-ne-c-l-x-left {
        height: 99px;
    }
    .in-ne-c-l-x-left {
        width: 86%;
    }
    .in-ne-c-l-x-left p {
        margin-top: 18px;
        font-size: 36px;
    }
    .in-ne-c-l-x-left i {
        margin-top: 13px;
        font-size: 18px;
    }
    .in-ne-c-l-x-right {
        padding: 0;
    }
    .in-ne-c-l-x-right p {
        font-size: 32px;
        line-height: 40px;
    }
    .in-ne-c-l-x-right span {
        margin-top: 20px;
        font-size: 24px;
    }
    .in-ne-c-l-xia-span {
        font-size: 24px;
    }
    .in-ne-c-rigth {
        width: 100%;
    }
    .in-ne-c-r-ul {
        margin-top: 35px;
    }
    .in-ne-c-r-ul li {
        width: 100%;
        margin-left: 4%;
    }
    .in-ne-c-r-ul-wc {
        padding: 5%;
        height: 194px;
    }
    .in-ne-c-r-ul-wc-left {
        width: 17%;
        height: 98px;
        margin-left: 0%;
    }
    .in-ne-c-r-ul-wc-right p {
        font-size: 20px;
        margin-bottom: 0;
    }
    .in-ne-c-r-ul-wc-right {
        padding-left: 40px;
    }
    .in-ne-c-r-ul-wc-right span {
        margin-top: 0px;
        font-size: 18px;
        line-height: 36px;
    }
    .in-ne-c-r-ul-wc-left p {
        margin-top: 10px;
        font-size: 32px;
        line-height: 32px;
    }
    .in-ne-c-r-ul-wc-left i {
        display: block;
        margin-top: 5px;
        font-size: 18px;
    }
    .in-co-c-ul li {
        width: 100%;
    }
    .in-co-c-ul li div {
        width: 88%;
        height: 100px;
    }
    .in-co-con {
        margin: 35px auto 30px;
    }
    .footer-shang {
        height: 184px;
    }
    .footer-s-left,
    .footer-s-cen,
    .footer-s-right {
        height: 184px;
    }
    .footer-s-ce-ul1 {
        margin-top: 38px;
    }
    .footer-s-ce-ul1 li {
        font-size: 18px;
        height: 40px;
    }
    .in-c-c-ul1 li {
        margin-bottom: 35px;
    }
    .in-c-c-bot {
        margin-top: 56px;
    }
    .in-c-c-bot p {
        font-size: 24px;
    }
    .in-c-c-bot span {
        font-size: 18px;
    }
    .in-c-c-ul3 {
        margin: 38px 0 60px;
    }
    .in-c-c-ul1-xia {
        height: 65px;
        line-height: 63px;
        font-size: 26px;
    }
    .in-c-c-ul1 {
        margin: 36px auto 30px;
    }
    /* index结束 */
    /* about */
    .about-ul-img {
        width: 20%;
    }
    .about-ul-img1 {
        width: 100%;
    }
    .about-rigth {
        padding: 20px;
    }
    .a-h-con ul li {
        margin-right: 40px;
    }
    /* about结束 */
    /* service */
    .service {
        margin-top: 50px;
    }
    .service-mian {
        margin-top: 30px;
    }
    .service-t-ul {
        height: 45px;
    }
    .service-t-ul li {
        width: 20%;
    }
    .service-mian .adv {
        margin: 50px 0;
    }
    .service-t-ul li a {
        font-size: 12px;
    }
    .service-t-ul .bg {
        width: 98%;
        height: 24px;
        background-color: #1c5ea8;
        font-size: 12px;
        line-height: 24px;
    }
    .service-t-ul .xia {
        width: 80%;
    }
    .adv-title ul {
        width: 100%;
    }
    .service-mian .adv-con ul li {
        margin-bottom: 20px;
        width: 50%;
    }
    /*  */
    .customer-ul .con .xian .wc p {
        font-size: 16px;
        line-height: 24px;
    }
    /*  .customer-ul li{width: 50%;} */
    .cus-text p {
        font-size: 28px;
    }
    .cus-text span {
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .cus-text img {
        margin: 20px auto 0;
    }
    .cus-fl,
    .cus-fl1 {
        float: none;
    }
    /* zizhi */
    .zizhi-ul {
        margin-top: 50px;
    }
    .zizhi-ul li {
        margin-bottom: 30px;
    }
    .zizhi-ul li .con span {
        margin-top: 20px;
    }
    /* news */
    .news-ul li .con dl dd img {
        /* width: 90%; */
        margin: 20px auto 0;
    }
    .news-ul li {
        margin-bottom: 30px;
    }
    .news-ul1 li span {
        width: 75%;
        font-size: 14px;
    }
    .news-ul1 li i {
        font-size: 12px;
    }
    .news-ul1 li {
        width: 100%;
    }
    .news-ul {
        width: 100%;
    }
    .news-ul li:last-child {
        margin-bottom: 20px;
    }
    .news-ul1 {
        margin: 30px auto 50px;
    }
    .fany ul {
        margin-bottom: 50px;
    }
    .n-detail .title p {
        font-size: 20px;
    }
    .n-detail .title1 ul i {
        padding-right: 10px;
    }
    .n-detail .title1 ul li {
        margin: 0 2px;
    }
    .n-detail-text .text {
        width: 92%;
    }
    .n-detail-text .text p {
        margin: 20px auto;
        font-weight: 400;
    }
    .n-detail-text ul {
        margin: 30px auto 20px;
    }
    .n-detail-text ul li {
        margin-bottom: 10px;
        width: 100%;
        font-size: 12px;
    }
    .n-detail-text ul li:last-child {
        margin: 0;
    }
    .n-detail-text ul li:last-child a {
        float: left;
    }
    .news-ul li .con dl dd i {
        float: left;
    }
    .news-ul li .con dl dd>a {
        position: relative;
        z-index: 10;
        margin-bottom: 20px;
        margin-top: 6%;
        float: right;
    }
    .news-ul li .con dl dd span,
    .news-ul li .con dl dd p {
        width: 100%;
        text-align: justify;
    }
    .news-ul li .con dl dd span {
        font-size: 14px;
    }
    /*  */
    #allmap {
        height: 260px !important;
    }
    .contact-map {
        margin: 50px auto;
    }
    .contact-ul .right,
    .contact-ul .left {
        width: 100%;
    }
    .contact-ul .right ul li .right1,
    .contact-map,
    .contact-ul .right>div {
        width: 100%;
    }
    .contact-ul .right ul li .left1 input {
        width: 100%;
    }
    .contact-ul .right form .tijiao {
        margin-bottom: 30px;
    }
    .contact-ul .right>div>p {
        font-size: 36px;
    }
    #username {
        margin-bottom: 15px;
    }
    .contact-map .button {
        display: block;
    }
}

@media only screen and (max-width: 570px) {
    /* index */
    .banner-left {
        padding: 0;
    }
    .header-left {
        width: 50%;
    }
    .banner-left p {
        margin: 30px auto 20px;
        font-size: 16px;
    }
    .banner-left div {
        font-size: 12px;
    }
    .banner-left a {
        margin-top: 20px;
        width: 80px;
        height: 25px;
        line-height: 23px;
        font-size: 12px;
    }
    .banner-img {
        height: 210px;
    }
    .swiper-pagination {
        bottom: 20px !important;
    }
    .swiper-pagination span {
        margin: 0 8px !important;
        width: 8px;
        height: 8px;
    }
    .in-s-ul-img1,
    .in-s-ul-img {
        width: 56px;
        height: 56px;
    }
    .in-s-title {
        margin-top: 25px;
        font-size: 26px;
    }
    .in-s-title1 {
        margin-top: 5px;
        font-size: 22px;
    }
    .in-s-title2 {
        font-size: 14px;
    }
    .in-s-t1-xia {
        height: 2px;
    }
    .in-c-c-ul li div {
        width: 60%;
    }
    .in-c-c-ul1-xia {
        height: 30px;
        line-height: 28px;
        font-size: 16px;
    }
    .in-c-c-bot {
        margin-top: 40px;
    }
    .in-c-c-ul1 li {
        margin-bottom: 20px;
    }
    .in-c-c-bot p {
        font-size: 20px;
    }
    .in-c-c-bot span {
        font-size: 14px;
    }
    .in-c-c-ul3 li a {
        width: 120px;
        height: 35px;
        line-height: 33px;
        font-size: 16px;
    }
    .in-ab-l-shang,
    .in-ab-l-xia {
        width: 30%;
    }
    .in-ab-right a {
        font-size: 14px;
    }
    .in-ab-ul-p {
        font-size: 70px;
        line-height: 80px;
    }
    .in-ab-ul-p::after {
        font-size: 30px;
        top: -10px;
    }
    .in-ab-ul li span {
        font-size: 16px;
    }
    .in-ne-ul li {
        font-size: 18px;
    }
    .in-ne-c-l-x-left {
        height: auto;
        width: 100%;
    }
    .in-ne-c-l-x-left-1 {
        width: 25%;
    }
    .in-ne-c-l-x-right {
        padding-left: 10px;
        width: 75%;
    }
    .in-ne-c-l-x-right p {
        font-size: 18px;
        line-height: 26px;
    }
    .in-ne-c-l-x-right span {
        margin-top: 10px;
        font-size: 16px;
    }
    .in-ne-c-l-x-left i {
        margin: 10px 0;
        font-size: 16px;
    }
    .in-ne-c-l-x-left p {
        margin-top: 10px;
    }
    .in-ne-c-l-xia-span {
        font-size: 16px;
        line-height: 24px;
    }
    .in-ne-c-r-ul-wc {
        padding: 3%;
        width: 91%;
        height: auto;
    }
    .in-ne-c-r-ul-wc-left {
        margin-left: 4%;
    }
    .in-ne-c-r-ul-wc1 {
        padding: 8px 0;
        width: 20%;
    }
    .in-ne-c-r-ul-wc-right {
        padding-left: 13%;
        width: 80%;
    }
    .in-ne-c-r-ul-wc-right p {
        font-size: 16px;
    }
    .in-ne-c-r-ul-wc-right span {
        margin-top: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .in-ne-c-r-ul-wc-left i {
        margin: 5px 0 10px;
        font-size: 14px;
    }
    .in-ne-c-r-ul-wc-left {
        height: auto;
    }
    .in-co-c-ul li div {
        width: 92%;
        height: 90px;
    }
    .in-co-c-ul li div img {
        width: 70%;
    }
    .in-ne-c-r-ul {
        margin-top: 20px;
    }
    .footer-s-ce-ul1 li {
        font-size: 14px;
    }
    .footer-s-ce-ul1 img {
        margin-right: 5px;
    }
    .footer-s-r-con img {
        width: 90px;
        height: 90px;
    }
    .footer-s-r-c-right {
        padding-left: 0;
    }
    .footer-s-r-c-right p {
        margin-top: 5px;
        font-size: 14px;
    }
    .footer-s-r-c-right i {
        margin-top: 5px;
        width: 100%;
        font-size: 16px;
    }
    .footer-s-ce-ul1 {
        margin-top: 20px;
    }
    .footer-s-r-con {
        padding-left: 20%;
        margin-top: 20px;
    }
    .n-pa-title1 {
        margin: 0;
    }
    /* index 结束 */
    /* customer */
    .customer-ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .customer-ul .con {
        margin: 0 auto !important;
    }
    .cus-fl,
    .cus-fl1 {
        float: none;
    }
    .customer-ul .con .text {
        font-size: 12px;
    }
    .customer-ul .con img {
        width: 70%;
    }
    .fany ul .shou {
        margin-right: 8px;
        padding: 0 8px;
    }
    .fany ul li {
        margin: 0 2px;
    }
    .fany ul i {
        padding: 0 5px;
    }
    .fany ul .mo {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 374px) {
    .fany ul .shou {
        margin-right: 5px;
        padding: 0 5px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
    }
    .fany ul li {
        margin: 0 2px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .fany ul i {
        padding: 0 5px;
        font-size: 12px;
    }
    .fany ul .mo {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}